Interface symantec.itools.db.beans.binding.event.ConnectionEventListener
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface symantec.itools.db.beans.binding.event.ConnectionEventListener

public interface ConnectionEventListener
extends EventListener
Interface description for ConnectionEventListener


Method Index

 o onConnectionClosed(ConnectionEvent)
onConnectionClosed should be fired after a jdbc Connection object is closed.
 o onConnectionCreated(ConnectionEvent)
onConnectionCreated should be fired after a jdbc Connection object is created.

Methods

 o onConnectionClosed
public abstract void onConnectionClosed(ConnectionEvent e)
onConnectionClosed should be fired after a jdbc Connection object is closed.

 o onConnectionCreated
public abstract void onConnectionCreated(ConnectionEvent e)
onConnectionCreated should be fired after a jdbc Connection object is created.


All Packages  Class Hierarchy  This Package  Previous  Next  Index